home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000037_news@columbia.edu _Wed Aug 11 09:47:18 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA22601
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 11 Aug 1999 09:47:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA08453
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 11 Aug 1999 09:30:28 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "quertyq@hotmail.com" <quertyq@hotmail.com>
  10. Subject: Permission Denied msg with Windows
  11. Date: Wed, 11 Aug 1999 13:18:43 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7ort79$63o$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Good morning everyone.I am getting a "Permission Denied" message with a
  17. Kermit    xfer using Windows.What am I doing wrong?I have 2 computers that
  18. have Kermit 95 version 1117 installed on them.Computer A  Computer B
  19. Windows 95  PC    Windows 98 PC- dial USR modem    - Kermit  running in server
  20. mode - when connected, do:  on COM1 ( modem port )   get /tmp/file.out
  21. /tmp/file.out- hangup the connectionI am writing a polling program.
  22. Computer B's code is as following:  set carrier off     set line com1    set
  23. baud 57600  set block 3  set send pack 256  set rec pack 256  set window
  24. 10  serverComputer A dials to computer B ( both are using USR modems )
  25. Computer A does a "get"  file xfer  from Computer B to Computer A.Computer A
  26. disconnects with the "hangup" command.The first time is successful.
  27. Computer A dials and connects to computer B.Computer A does a "get" file
  28. xfer  from Computer B to Computer A.Computer A returns a Permission Denied
  29. message and cannot xfer the file.  The value \v(xfermsg) is "Permission
  30. Denied".The file is still on Computer B, and the attributes have not
  31. changed.Computer A has the setting "SET FILE COLLISION OVERWRITE".What
  32. could I be doing to get a "permissions" message?Thanks again for all your
  33. help -- I really appreciate it.Matt
  34.  
  35.  
  36. Sent via Deja.com http://www.deja.com/
  37. Share what you know. Learn what you don't.